home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / midas060 / src / madeps.mak < prev    next >
Encoding:
Text File  |  1997-01-16  |  1.7 KB  |  59 lines

  1. #*      madeps.mak
  2. #*
  3. #* Defines make dependencies for MIDAS Sound System assembelr files
  4. #* Note! You need to include mincs.mak first!
  5. #*
  6. #* $Id: madeps.mak,v 1.3 1997/01/16 18:41:59 pekangas Exp $
  7. #*
  8. #* Copyright 1996,1997 Housemarque Inc.
  9. #*
  10. #* This file is part of the MIDAS Sound System, and may only be
  11. #* used, modified and distributed under the terms of the MIDAS
  12. #* Sound System license, LICENSE.TXT. By continuing to use,
  13. #* modify or distribute this file you indicate that you have
  14. #* read the license and understand and accept it fully.
  15. #*
  16.  
  17.  
  18. dpmi.$(O) :     dpmi.asm lang.inc errors.inc dpmi.inc
  19.  
  20. gus.$(O) :      gus.asm lang.inc errors.inc sdevice.inc mmem.inc \
  21.                 mglobals.inc mutils.inc
  22.  
  23. gusdac.$(O) :   gusdac.asm lang.inc errors.inc sdevice.inc mixsd.inc dsm.inc \
  24.                 dma.inc mutils.inc
  25.  
  26. mutils.$(O) :   mutils.asm lang.inc mutils.inc
  27.  
  28. pas.$(O) :      pas.asm pas.inc lang.inc errors.inc sdevice.inc dsm.inc \
  29.                 mixsd.inc dpmi.inc
  30.  
  31. postproc.$(O) : postproc.asm lang.inc
  32.  
  33. sb.$(O) :       sb.asm lang.inc errors.inc sdevice.inc dsm.inc dma.inc \
  34.                 mixsd.inc mutils.inc
  35.  
  36. timer.$(O) :    timer.asm lang.inc mglobals.inc errors.inc timer.inc \
  37.                 sdevice.inc
  38.  
  39. vgatext.$(O) :  vgatext.asm lang.inc vgatext.inc
  40.  
  41. wss.$(O) :      wss.asm lang.inc errors.inc sdevice.inc mixsd.inc dsm.inc
  42.  
  43. dsmmix.$(O) :   dsmmix.asm lang.inc errors.inc sdevice.inc dsm.inc \
  44.                 mglobals.inc
  45.  
  46.  
  47. #* $Log: madeps.mak,v $
  48. #* Revision 1.3  1997/01/16 18:41:59  pekangas
  49. #* Changed copyright messages to Housemarque
  50. #*
  51. #* Revision 1.2  1996/07/29 19:31:27  pekangas
  52. #* .
  53. #*
  54. #* Revision 1.1  1996/05/24 21:24:00  pekangas
  55. #* Initial revision
  56. #*
  57. #* Revision 1.1  1996/05/24 19:04:50  pekangas
  58. #* Initial revision
  59. #*